From dec77c3a7ada377252923e360d0061b91c821f48 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 27 Aug 2017 16:01:24 -0400 Subject: [PATCH] meson: Make sure ENABLE_NLS is actually defined Despite the comment, we ended up without ENABLE_NLS. --- config.h.meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.meson b/config.h.meson index b1f286b9b5..09ab069f20 100644 --- a/config.h.meson +++ b/config.h.meson @@ -1,7 +1,7 @@ /* config.h.in. Generated from configure.ac by autoheader. */ /* always defined to indicate that i18n is enabled */ -#mesondefine ENABLE_NLS +#define ENABLE_NLS 1 /* The prefix for our gettext translation domains. */ #mesondefine GETTEXT_PACKAGE -- 2.30.2